body {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #333333;
}

#index_header_div {
	/* width: 1920px; */
	height: 240px;
	margin-left: auto;
	margin-right: auto;
	/*background: url('../images/bg.png') center center no-repeat, linear-gradient(rgb(188, 29, 37) 0%, rgb(98, 169, 249) 100%);
	background-size: 100% 100% !important;*/
	background: #D01122;
}

#index_logo_container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	height: 195px;
	margin-top: 20px;
}
#index_logo_container img{
	display: block;
	width: 100%;
	height: 100%;
}

#index_header_search_container {
	width: 683px;
	margin-top: 36.81px;

}

#index_search_input {
	border-radius: 8px 0 0 8px;
	opacity: 1;
	background: #FFFFFF;
	width: 613px;
	height: 50px;
	box-sizing: border-box;
	border: 1px solid #D01122;
	font-size: 18px;
	padding-left: 20px;
	outline: none !important;
}
#index_search_input::placeholder{
	color: #999999;
}

#index_search_button_div {
	line-height: 50px;
	border-radius: 0 8px 8px 0;
	background: #D01122;
	width: 70px;
	height: 50px;
	float: right;
	color: #FFFFFF;
	text-align: center;
	vertical-align: text-bottom;
	font-size: 24px;
}

#small_logo_div {
	width: 746px;
	margin-top: 82px;
	/* width: 670px; */
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 50px;
}
#small_logo_div img{
	width: 190px;
	height: 33px;
}

#index_nav_div {
	/* background: url("../images/nav_bg.png") center center no-repeat; */
	/* background-size: 100% 100% !important; */
	/*display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-top: -50px;
	background: rgba(245,245,245,0);
	font-weight: bold;*/
	width:100%;
	height: 56px;
	background: #FCF4D4;
	/*border-bottom:solid 2px #D01122;*/
}

#index_nav_container {
	background: #FCF4D4;
	text-align: center;
	opacity: 1;
	height: 60px;
	font-size: 20px;
	width: 1201px;
	margin:0px auto auto auto;
}
#index_nav_container a {
	line-height: 49px;
	color: #FFFFFF;
}

#index_nav_container ul {
	margin: 0;
	list-style: none;
}

#index_nav_container li {
	float: left;
	width: 14%;
}
#index_nav_container li a{
	display: block;
}
#index_nav_container li span{
	display: none;
}
#index_nav_container li .border_span_special{
	display: block;
	width: 80%;
	height: 5px;
	background: #FFDB9D;
	border-radius: 5px 5px 0 0;
	margin: -5px auto 0;
}
#index_nav_container li .border_span{
	display: block;
	width: 80%;
	height: 5px;
	background: #FFDB9D;
	border-radius: 5px 5px 0 0;
	margin: -5px auto 0;
}
#index_nav_container li:hover {
	background: #AA0D1B;
	/*border-bottom: 5px solid #FFDB9D;*/
}

#index_top_news_div {
	padding-bottom: 29px;
	background: #ffffff;
	overflow: hidden;
	position: relative;
	box-shadow: 0px 2px 0px 0px #D01122;
}
#index_top_news_div:hover a{
	color: #CCAD7E;
}

#index_top_news_title {
	text-align: center;
	padding-top: 30px;
	font-size:40px;
	
}
#index_top_news_title a{
	color: #000000;
	font-family:'华文中宋';
	font-weight:bold;
}
.index_top_news_des{ font-size: 16px; text-align: center; margin-top: 16px}

.index_news_tab_div {
	padding: 0px;
	list-style: none;
	/* display: table; */
	/* border-spacing: 8px; */
	table-layout: fixed;
	margin: 0px;
	height: 43px;
	display: flex;
	align-items: center;
	margin-top: 10px;
}

.index_news_tab_div_line {
	border-bottom: 2px solid #DDDDDD;
}

.r_sda {
	text-align: center;
	display: table-cell;
	cursor: pointer;
	margin-right: 44px;
	border-bottom: 3px solid transparent;
	font-size: 20px;
	font-weight: 600;
}

.r_sdaa {
	border-bottom: 3px solid #CCAD7E;
	color: #CCAD7E;
}
.r_sdaa a{
	color: #000000 !important;
}

.r_sda:hover {
	border-bottom: 3px solid #CCAD7E;
	color: #CCAD7E;
}

.r_sdb {
	text-align: center;
	display: table-cell;
	cursor: pointer;
	margin-right: 44px;
	border-bottom: 3px solid transparent;
	font-size: 20px;
	font-weight: 600;
}

.r_sdbb {
	border-bottom: 3px solid #CCAD7E;
	color: #CCAD7E;
}
.r_sdbb a{
	color: #000000 !important;
}

.r_sdb:hover {
	border-bottom: 3px solid #CCAD7E;
	color: #CCAD7E;
}
.r_sdb:hover a{
	color: #000000;
}

.index_news_tab_div li>a {
	line-height: 43px;
	display: block;
	color: #9a9a9a;
}

.index_news_list {
	position: relative;
	margin-top: 18px;
	/* padding-left: 51px;
    padding-right: 51px; */
	opacity: 1;

}

.index_news_no {
	vertical-align: middle;
	width: 5px;
	height: 5px;
	opacity: 1;
	background: #D01122;
	margin-right: 14px;
	display: inline-block;
	margin-bottom: 2px;
}

.index_news_item {
	/* padding: 0 20px 0 20px; */
	height: 47px;
}

.index_news_item:hover a {
	color: #CCAD7E;
}

.index_news_item:hover {
	color: #CCAD7E;
}

.index_news_item:hover .index_news_no {
	background: #CCAD7E;
}

.index_news_title {
	display: inline-block;
	vertical-align: middle;
}

.index_news_date {
	float: right;
}

#ztzl_imgs_div { margin-top: 52px; width: 670px; display: flex; align-items: center; gap: 18px; margin-bottom: 30px;}

#zjzg_div {
	height: 100px;
	background: #C6A570;
}

#tzzg {
	position: relative;
	height: 100px;
	width: 500px;
	float: left;
	position: relative;
	font-size: 32px;
	font-weight: bold;
	line-height: 100px;
	letter-spacing: 0em;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
}

#tzzg img {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	z-index: 1;
}

#zwfw {
	position: relative;
	height: 100px;
	width: 350px;
	float: left;
	font-size: 32px;
	font-weight: bold;
	line-height: 100px;
	letter-spacing: 0em;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
}

#zwfw img {
	position: absolute;
	left: 0px;
	top: 0;
	display: none;
	z-index: 1;
}

#zwgk {
	position: relative;
	height: 100px;
	width: 350px;
	float: left;
	font-size: 32px;
	font-weight: bold;
	line-height: 100px;
	letter-spacing: 0em;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
}

#zwgk img {
	position: absolute;
	left: 0px;
	top: 0;
	display: none;
	z-index: 1;
}

.zjzg_content {
	background: #FAF7F1;
	padding: 30px;
	overflow: hidden;
}

#tzdt {
	background: #FFFFFF;
	height: 190px;
	width: 460px;
	/* margin-left: 30px; */
}

#tzzc {
	background: #FFFFFF;
	height: 210px;
	width: 460px;
	/* margin-left:30px; */

	margin-top: 20px;
	/* margin-left: 30px; */
}

#tzhj {
	float: right;
	width: 660px;
	height: 420px;
	background: #FFFFFF;
}

#tzhj_top_div {
	width: 660;
	/* height: 100px; */
	background: #FFFFFF;
	float: right;

	font-size: 24px;
	font-weight: normal;
	line-height: 17px;
	letter-spacing: 0em;

	color: #C6A570;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	vertical-align: middle;
	padding-top: 30px;
}

#tzhj_images_div {
	width: 660;
	/* height: 400px; */
	overflow: hidden;
}
#tzhj_images_div a{
	color: #000;
}

.tzhj_icon {
	float: left;
	padding-left: 100px;
	padding-top: 60px;
	cursor: pointer;
}

.tzhj_icon:hover .tzhj_icon_text {
	color: #CCAD7E;
}

.tzhj_icon_text {
	padding-top: 10px;
	text-align:center;
}

#header_div {
	background-color: #F8EBE1;
	width: 100%;
	height: 200px;
	padding: 0;
	margin: 0;
}

.container {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.containerTwo {
	width: 1200px;
	margin: 0 auto;
}

#head_top_container {
	height: 38px;
	padding-top: 21px;

	font-size: 14px;
	font-weight: normal;
	line-height: 17px;
	letter-spacing: 0.28px;

	color: #CF1222;
}
#head_top_container span a{
	font-size: 16px;
	letter-spacing: 1px;
}

#welcome_txt {
	float: left;
	width: 547px;
	height: 17px;
	opacity: 1;
}

#change_text {
	float: right;
	height: 17px;
	opacity: 1;
}

#header_search_container {
	line-height: 1.4;
	height: 162px;
	text-align: center;
}



#nav_div {
	width: 100%;
	height: 50px;
	margin: 0px;
	padding: 0px;
	opacity: 1;

	background: #CF1222;
}

#nav_container {
	height: 50px;
	text-align: center;
}

#nav_container a {
	line-height: 50px;
	color: #FFFFFF;
}

#nav_container ul {
	margin: 0;
	list-style: none;
}

#nav_container li {
	float: left;
	width: 14.2%;
}

#nav_container li:hover {
	background: #AA0D1B;
}

.channel {
	float: left;
	height: 50px;

	font-family: PingFangSC-Medium;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	text-align: center;
	letter-spacing: 0.36px;

	color: #FFFFFF;
}

#current_div {
	margin: 0px;
	padding: 0px;
	background: #F5F5F5;
}

#current_container {
	padding: 21px;
	opacity: 1;
	display: block;
}

#current_container img {
	vertical-align: middle;
}

#current_text {
	float: left;
	padding-left: 7px;
	width: 214px;
	height: 17px;
	opacity: 1;

	font-family: PingFangSC-Regular;
	font-size: 14px;
	font-weight: normal;
	line-height: 17px;
	letter-spacing: 0.28px;

	color: #666666;
}

#news_div {
	width: 100%;
	opacity: 1;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	background: #F5F5F5;
}

#news_container {
	background: #FFFFFF;

}

#news_tab_div {
	position: relative;
	padding: 0px;
	list-style: none;
	width: 1100px;
	left: 50px;
	display: table;
	border-spacing: 8px;
	table-layout: fixed;
	margin: 0px;

	height: 43px;
	padding-top: 40px;
}

#news_tab_div li {
	text-align: center;
	display: table-cell;
	border-bottom: 2px solid #DDDDDD;
}

#news_tab_div li:hover {
	border-bottom: 3px solid #CCAD7E;
	color: #CCAD7E;
}

#news_tab_div li:active {
	border-bottom: 3px solid #CCAD7E;
	color: #CCAD7E;
}

#news_tab_div li>a {
	line-height: 43px;
	display: block;
}

#news_content {
	top: 60px;
	width: 1200px;
	opacity: 1;
	background: #FFFFFF;
}

#news_list {
	position: relative;
	margin-top: 35px;
	padding-left: 51px;
	padding-right: 51px;
	opacity: 1;
}

.news_no {
	vertical-align: middle;
}

.news_item {
	padding: 0 20px 0 20px;
	height: 47px;
}

.news_item:hover {
	color: #CCAD7E;
}


.news_title {
	display: inline-block;
	vertical-align: middle;
}

.news_date {
	float: right;
}

#news_endline {
	border: 1px solid #D8D8D8;
}

#pager {
	text-align: center;
	width: 100%;
}

#pager ul {
	list-style: none;
	display: table;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 32px;
	padding-bottom: 32px;
	padding-left: 0px;
	padding-right: 0px;
	letter-spacing: 10px;
	border-spacing: 8px;
}

#pager ul li {
	display: table-cell;
	text-align: center;
	border: 1px solid #D9D9D9;
	border-radius: 2px;
	box-sizing: border-box;
}

#pager ul li>a {
	font-family: HelveticaNeue;
	font-size: 14px;
	font-weight: normal;
	line-height: 17px;
	text-align: center;
	letter-spacing: 0px;

	display: block;
	padding: 10px 15px 10px 15px;
}

#pager ul #gotoPage {
	border-width: 0px;
}



#media_focus_div {
	display: none;
	height: 666px;
	padding: 20px 51px;
	margin-bottom: 61px;
}

.msg_div .msg_date {
	font-family: PingFangSC-Regular;
	font-size: 14px;
	font-weight: normal;
	line-height: 28px;
	color: #666666;
	margin-bottom: 12px;
}

.msg_div .msg-title {
	font-family: PingFang SC;
	font-size: 16px;
	font-weight: normal;
	line-height: 17px;
	color: #333333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.msg_div .msg_message {
	padding-top: 40px;
	padding-bottom: 11px;
	text-indent: 2em;
	height: 210px;

	font-family: PingFangSC-Regular;
	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
	letter-spacing: 0.32px;

	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	/* 超出部分省略号 */
	word-break: break-all;
	/* break-all(允许在单词内换行。) */
	display: -webkit-box;
	/* 对象作为伸缩盒子模型显示 */
	-webkit-box-orient: vertical;
	/* 设置或检索伸缩盒对象的子元素的排列方式 */
	-webkit-line-clamp: 7;
	/* 显示的行数 */
}

.msg_div .msg_more {
	font-family: PingFang SC;
	font-size: 14px;
	font-weight: normal;
	line-height: 17px;
	letter-spacing: 0em;

	color: #666666;
	text-align: right;
}

#media_focus_list {
	margin-top: 15px;
}

.media_focus_list_item {
	height: 53px;
	display: flex;
	align-items: center;
}

.media_focus_list_item:hover {
	color: #CCAD7E;
}

.media_focus_list_item:hover .news_date {
	color: #CCAD7E;
}

.media_focus_list_title {
	font-family: PingFangSC-Regular;
	font-size: 16px;
	font-weight: normal;
	line-height: 47px;
	flex: 1;

	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

#video_news_div {
	display: none;
	padding: 31px 37px 18px 43px;
}

#video_news_div .split_line {
	width: 1092px;
	height: 0px;
	border-bottom: 1px solid #D8D8D8;
	margin: 0 auto;
	padding-top: 38px;
}

#video_news_div .video-list {
	display: flex;
	flex-wrap: wrap;
}

.video-list .video-list-col {
	height: 299px;
	width: 351px;
	padding: 0 11px;
	margin-bottom: 23px;
}

.video-list-col .video-img {
	height: 199px;
	width: 100%;
}

.video-list-col .message-div {
	height: 100px;
	background: #FAF4EF;
	padding: 11px 11px 0 13px;
}

.message-div .message-info {
	font-family: PingFang SC;
	font-size: 16px;
	font-weight: normal;
	line-height: 28px;
	letter-spacing: 0em;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.message-div .message-date {
	font-family: PingFangSC-Regular;
	font-size: 14px;
	font-weight: normal;
	line-height: 28px;
	color: #999999;
	text-align: right;
}

.r_bga {
	/*background: url('../images/sy07.jpg');*/
	height: 123px;
	width: 100%;
	position: absolute;
	top: 50px;
	display:none;
}

.r_flex {
	display: flex;
	justify-content: space-between;
}

/* 第一部分轮播开始 */
.swiper-containerOne {
	width: 661px;
	height: 380px;
	/* margin: 20px auto; */
	overflow: hidden;
	position: relative;
	margin: 20px 0;
}

.swiper-containerOne .containerOne-mes{
	position: absolute;
	left: 0px;
	top: 344px;
	font-size: 16px;
	font-weight: normal;
	line-height: 17px;
	letter-spacing: 0em;

	color: #FFFFFF;
}

.swiper-containerOne .containerOne-bottom {
	position: absolute;
	left: 0px;
	top: 344px;
	width: 661px;
	height: 36px;
	opacity: 1;
	z-index: 2;
	background: rgba(0, 0, 0, 0.4);
	font-size: 16px;
	font-weight: normal;
	line-height: 36px;
	letter-spacing: 0em;
	text-align: left;
	color: #FFFFFF;
	box-sizing: border-box;
	padding-left: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-align: center;
	padding-right: 250px;
}

.swiper-containerOne .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	opacity: 1;
	background: #FFFFFF;
}

.swiper-containerOne .swiper-pagination-bullet-active {
	width: 32px;
	height: 8px;
	border-radius: 648px;
	opacity: 1;

	background: #FFFFFF;
}

.swiper-containerOne .swiper-pagination {
	right: 20px;
	left: auto !important;
	text-align: right;
}

.swiper-containerOne .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	position: relative;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

/* 第一部分结束 */
/* 第二部分轮播开始 */
.swiper-containerTwo {
	width: 1200px;
	height: 95px;
	margin: 0px auto;
}
.swiper-containerTwo.swiper-container-autoheight{ height: 95px;}

/* 第二部分轮播结束 */
.r_gka {
	width: 883px;
}

.r_gka_a {
	width: 800px;
	margin: 0 auto;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #C6A570;
	font-size: 24px;
}

.r_gka_b {
	background: #fff;
	padding-top: 20px;
	height: 290px;
	box-sizing: border-box;
}

.r_gka_c {
	width: 800px;
	margin: 0 auto;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.r_gka_d {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #3D3D3D;
}
.r_gka_d a{
	color: #000000;
}

.r_gka_d:hover a {
	color: #CCAD7E;
}

.r_gka_d a {
	display: flex;
	align-items: center;
}

.r_gka_d a div {
	margin-top: -5px;
}

.r_gka_e {
	margin-top: 18px;
	height: 91px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #ffffff;
	padding-right: 20px;
	box-sizing: border-box;
}

.r_zfa a {
	background-color: #ffffff;
	width: 210px;
	height: 122px;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 18px;
	color: #000000;
}

.r_zfa:hover a {
	color: #CCAD7E;
}

.r_zfb_a {
	width: 440px;
}

.r_zfb {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:20px;
}

.r_zfc {
	padding: 20px;
	box-sizing: border-box;
	background-color: #fff;
}

.r_zfc>a img {
	margin-bottom: 20px;
}

.r_zfc_a {
	display: flex;
}

.r_zfc_b {
	height: 80px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: space-between;
	border-right: 1px #D8D8D8 solid;
	width: 50%;
}

.r_zfc_c a {
	display: flex;
	align-items: center;
}

.r_zfc_c img {
	margin-right: 12px;
}

.r_zfc_c-default-img {
	display: block
}

.r_zfc_c-highlight-img {
	display: none
}

.r_zfc_c:hover a {
	color: #CCAD7E;
}

.r_zfc_c:hover .r_zfc_c-default-img {
	display: none
}

.r_zfc_c:hover .r_zfc_c-highlight-img {
	display: block
}

.r_bna {
	width: 675px;
	overflow: hidden;
}

.r_bna_a {
	height: 122px;
	display: flex;
	align-items: center;
	background: linear-gradient(90deg, #3289F8 0%, #EAF3FE 100%);
}

.r_bna_b {
	width: 440px;
	height: 95px;
	background: #ffffff;
	border-radius: 6px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.r_bna_c a {
	display: flex;
	align-items: center;
	margin-left: 25px;
}

.r_bna_d {
	background-color: #ffffff;
	padding: 20px;
	box-sizing: border-box;
	margin-top: 20px;
	padding-bottom: 15px;
}

.r_bna_e {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px #E6D1B1 solid;
}

.r_bna_f {
	width: 98px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FAF7F1;
	color: #C6A570;
	font-size: 16px;
	margin-right: 10px;
	cursor: pointer;
}

.r_bna_ff {
	background: linear-gradient(0deg, #C6A570 0%, #F6E6CF 100%);
	color: #fff;
}

.r_bna_g {
	display: flex;
}

.r_yla {
	background-color: #fff;
	overflow: hidden;
	position: relative;
	margin-top: 25px;
}

/* 第三部分轮播 */
.swiper-container {
	width: 100%;
	height: 80px;
	padding: 0 20px;
	box-sizing: border-box;
}

.swiper-container .defaultImg {
	display: block;
}

.swiper-container .highlightImg {
	display: none;
}

.swiper-container .swiper-slide:hover .defaultImg {
	display: none;
}

.swiper-container .swiper-slide:hover .highlightImg {
	display: block;
}

.swiper-container .swiper-slide:hover a {
	color: #CCAD7E;
}

.swiper-slide {
	text-align: center;
	font-size: 16px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide a {
	display: flex;
	align-items: center;
}

.swiper-slide img {
	/* margin-right: 10px; */
}

.swiper-button-next {
	background: url(yjt.png) no-repeat !important;
	width: 17px !important;
	height: 30px !important;
}

.swiper-button-prev {
	background: url(zjt.png) no-repeat !important;
	width: 17px !important;
	height: 30px !important;
}

.swiper-button-next,
.swiper-button-prev {
	margin-top: -15px !important;
}

/* 第三部分轮播结束 */
/* 第四部分轮播 */
.swiper-containerDw {
	width: calc(100% - 100px);
	position: relative;
	overflow: hidden;
	height: 90px;
	padding: 0 20px;
	box-sizing: border-box;
}

/* .swiper-slideDw {
  text-align: center;
  font-size: 16px;
  background: #fff;
  Center slide text vertically
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slideDw a{
  display: flex;
  align-items: center;
}
.swiper-slideDw img{
  margin-right: 10px;
} */
.swiper-button-nextDw {
	background: url(yjt.png) no-repeat !important;
	width: 17px !important;
	height: 30px !important;
	position: absolute;
	right: 0;
	display: none;
}

.swiper-button-prevDw {
	background: url(zjt.png) no-repeat !important;
	width: 17px !important;
	height: 30px !important;
	position: absolute;
	left: 0;
	display: none;
}

.swiper-button-nextDw,
.swiper-button-prevDw {
	margin-top: -55px !important;
	position: absolute;
	z-index: 99;
	cursor: pointer;

}

.swiper-containerDw:hover .swiper-button-nextDw {
	display: block;
}

.swiper-containerDw:hover .swiper-button-prevDw {
	display: block;
}

/* 第四部分轮播结束 */
.showb {
	display: none;
}

.showc {
	display: none;
}

.r_qfa {
	width: 144px;
	height: 68px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(234, 214, 184, 0.2);
}

.r_qfa img {
	margin-right: 5px;
}

.r_qfa:hover {
	background: rgba(234, 214, 184, 0.4);
}

.r_qfb {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #CCAD7E;
}

.r_qfb img {
	display: block;
	width: 20px;
	height: 20px;
}

.tabShow {
	display: none;
}

.yqShow {
	display: none;
}

.tzhj-more {
	font-size: 14px;
	font-weight: normal;
	line-height: 17px;
	letter-spacing: 0em;
	color: #CCAD7E;
	text-align: center;
	margin-top: 15px;
	margin-left: 29px;
	margin-right: 29px;
}

.tzhj-more:hover {
	height: 39px;
	opacity: 1;
	background: #FAF7F1;
}

.tzhj-more a {
	font-size: 14px;
	font-weight: normal;
	line-height: 39px;
	letter-spacing: 0em;
	color: #CCAD7E;
	width: 100%;
    display: inline-block;
}
.more a:hover{
	color: #CCAD7E !important;
}


/*2023-05-29*/
.zt-list{width: 100%; height:148px; padding:0px;  margin-top:30px; margin-bottom: 30px; }
.zt-list .swiper-slide{float: left; width: 33.333%; padding: 0 0px 20px 0; text-align:left; }
.zt-list .swiper-slide img{ width:388px; height:148px;}